home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / K-3D / k3d-0.4.2.1 / dialogtemplates / tutorial_menu.gtkml < prev    next >
Encoding:
Text File  |  2004-07-23  |  888 b   |  28 lines

  1. <gtkml>
  2.     <window title="K-3D Tutorials" type="dialog" show="false" allowgrow="true" allowshrink="false">
  3.         <vbox homogeneous="false">
  4.             <label labelpadding="6">
  5.                 <i18n language="en">Welcome to K-3D!
  6.  
  7. Below is a list of interactive tutorials you can
  8. run to become familiar with K-3D.  If this is the
  9. first time you've used the program, we recommend
  10. you begin with the "Getting Started" tutorial
  11.  
  12. Double-click a tutorial to begin:</i18n>
  13.             </label>
  14.             <scrolledwindow expand="true" fill="true" hscrollbar="never" vscrollbar="automatic">
  15.                 <clist name="tutorials" columns="1" selectionmode="browse">
  16.                     <event signal="button-press-event" name="tutorials"/>
  17.                 </clist>
  18.             </scrolledwindow>
  19.             
  20.             <hbuttonbox layout="end">
  21.                 <k3dbutton name="close">
  22.                     <i18n language="en">Close</i18n>
  23.                 </k3dbutton>
  24.             </hbuttonbox>
  25.         </vbox>
  26.     </window>
  27. </gtkml>
  28.